RepeaterGroupType

The type of repeating group in a repeating view.
 

Example

The following is an example of how to reference the RepeaterGroupType object:

	// The full path is required.
	dundas.controls.RepeaterGroupType.HORIZONTAL_NO_WRAP
	

 

Properties

 
  Name Description
  HORIZONTAL_NO_WRAP The group repeats horizontally and never wraps. Child groups are not supported.
  HORIZONTAL_WRAP The group repeats horizontally and wraps items to a new row at the edge of the viewport. Child groups are not supported.
  NONE The group has no repeating hierarchies and never displays.
  TWO_DIMENSIONAL The group repeats both horizontally and vertically. Child groups are not supported.
  VERTICAL_NO_WRAP The group repeats vertically and never wraps. Child groups are supported.
  VERTICAL_WRAP The group repeats vertically and wraps items to a new column at the edge of the viewport. Child groups are not supported.